From: Glenn Morris Date: Tue, 10 Apr 2007 03:58:24 +0000 (+0000) Subject: (dframe-frame-mode): Do not set auto-show-mode, since it is obsolete X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~977 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c540bf1bc5b657e644d0fae3a207b18c56c9ea30;p=emacs.git (dframe-frame-mode): Do not set auto-show-mode, since it is obsolete and has no effect. --- diff --git a/lisp/dframe.el b/lisp/dframe.el index a640540a46a..eda6d45bf21 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el @@ -354,9 +354,7 @@ CREATE-HOOK are hooks to run after creating a frame." t)))) ;; Enable mouse tracking in emacs (if dframe-track-mouse-function - (set (make-local-variable 'track-mouse) t)) ;this could be messy. - ;; disable auto-show-mode for Emacs - (setq auto-show-mode nil)) + (set (make-local-variable 'track-mouse) t))) ;this could be messy. ;;;; DISABLED: This causes problems for users with multiple frames. ;;;; ;; Set this up special just for the passed in buffer ;;;; ;; Terminal minibuffer stuff does not require this.